home *** CD-ROM | disk | FTP | other *** search
- object ClusterDlg: TClusterDlg
- Left = 242
- Top = 167
- BorderStyle = bsDialog
- Caption = 'Select cluster range'
- ClientHeight = 252
- ClientWidth = 363
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 216
- Width = 61
- Height = 13
- Caption = 'Size to scan:'
- end
- object LabelSize: TLabel
- Left = 88
- Top = 216
- Width = 73
- Height = 13
- AutoSize = False
- end
- object OKBtn: TButton
- Left = 284
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 284
- Top = 82
- Width = 75
- Height = 27
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 12
- Width = 249
- Height = 89
- Caption = 'Start cluster'
- TabOrder = 2
- object TrackBarStartClus: TTrackBar
- Left = 8
- Top = 20
- Width = 237
- Height = 37
- Max = 50
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarStartClusChange
- end
- object EditStartClus: TEdit
- Left = 20
- Top = 56
- Width = 53
- Height = 21
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 108
- Width = 249
- Height = 89
- Caption = 'End cluster'
- TabOrder = 3
- object TrackBarEndClus: TTrackBar
- Left = 8
- Top = 20
- Width = 237
- Height = 37
- Max = 50
- Orientation = trHorizontal
- Frequency = 1
- Position = 50
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBarEndClusChange
- end
- object EditEndClus: TEdit
- Left = 20
- Top = 56
- Width = 53
- Height = 21
- TabOrder = 1
- end
- end
- object Button1: TButton
- Left = 284
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Apply'
- TabOrder = 4
- OnClick = Button1Click
- end
- end
-